home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk166 / tomgames / crackout.doc < prev    next >
Text File  |  1995-03-19  |  2KB  |  61 lines

  1.  
  2.  
  3.     CRACKOUT
  4.  
  5.     by Thom Robertson
  6.  
  7.     8/2/90
  8.  
  9.  
  10. This little game was written in Lattice C 3.10 on an Amiga 1000 with 2.5
  11. megs of memory under Workbench 1.2 and subsequently upgraded with Lattice C
  12. 5.04 in Workbench 1.3.  It takes up just over 19K on disk and
  13. uses 24k fast RAM and 15K chip RAM when running.  It also uses around 15
  14. percent of your processor time (unless its window is in-active, in which
  15. case it uses next to none).
  16.  
  17. The ball is sprite 2, and the blocks are RectFills.  I used to use sprite
  18. 7, but for some reason, my Amiga 1000 cannot properly display sprite 7.  I
  19. am convinced this is a hardware breakdown.
  20.  
  21. Crackout runs on the Workbench screen.
  22.  
  23. I made this game because I wanted a compiler-time game; that is, a game that
  24.  
  25. 1. runs on the workbench screen
  26. 2. uses little memory or processor speed
  27. 3. is very polite, multi-tasking-wise
  28. 4. is at once fun and mindless
  29.  
  30. and I think Crackout fills the bill nicely.
  31.  
  32. There are 10 levels, which should keep nearly everyone busy for a while.
  33.  
  34. When you run Crackout, you will notice that the pointer disappears.  This
  35. only means that it is invisible; you can still use it to select different
  36. windows.  When you select another window, Crackout will freeze and your
  37. pointer will re-appear.  Crackout will stay frozen (in a state that uses
  38. minimal processor time) until you click on its window again.
  39.  
  40. All seriousness aside, though;
  41.  
  42. This program was created by me, Thom Robertson.  I take no responsibility
  43. whatsoever for damage done to anyones computer or disks or data that occurs
  44. through use of this program.  I have satisfied myself that it works fine on
  45. the system I developed it on, and I believe it will work equally well on all
  46. other Amiga computer systems.  Liability-wise, though, you are on your own.
  47.  
  48. I give anyone the right to use and copy this program, Crackout, for
  49. non-commercial purposes only.  Just keep the .info and .doc files with it.
  50. However, this program is shareware.  The price is a letter, from you to me,
  51. telling me how you like it, how you use it, what could make it better, etc.
  52.  
  53. If you have any problems, comments, or questions, please feel free to
  54. contact me by U.S. snail.
  55.  
  56. Thom Robertson
  57. 803-C Autumn Circle
  58. College Station, TX. 77840
  59. (409) 268-7759
  60.  
  61.